+fount font weight: bold
+fount font style: italic
+fount font stretch: expanded
+fount font style: oblique
[window.background:dir(ltr)]
decoration:dir(ltr)
box.horizontal:dir(ltr)
font-weight: normal; /* font.css:2:25 */
font-stretch: normal; /* font.css:2:25 */
- label:dir(ltr)
+ label#label1:dir(ltr)
font-size: 8.3333333333333339px; /* font.css:6:20 */
+ label#label2:dir(ltr)
+ font-size: 13.333333333333334px; /* font.css:10:34 */
+ font-family: "Cantarell", "sans-serif"; /* font.css:10:34 */
+ font-style: normal; /* font.css:10:34 */
+ font-variant: normal; /* font.css:10:34 */
+ font-weight: normal; /* font.css:10:34 */
+ font-stretch: normal; /* font.css:10:34 */
+ label#label3:dir(ltr)
+ font-size: 8px; /* font.css:14:33 */
+ font-family: "monospace"; /* font.css:14:33 */
+ font-style: italic; /* font.css:14:33 */
+ font-variant: normal; /* font.css:14:33 */
+ font-weight: bold; /* font.css:14:33 */
+ font-stretch: normal; /* font.css:14:33 */
+ label#label4:dir(ltr)
+ font-size: 8px; /* font.css:18:39 */
+ font-family: "serif"; /* font.css:18:39 */
+ font-style: oblique; /* font.css:18:39 */
+ font-variant: normal; /* font.css:18:39 */
+ font-weight: normal; /* font.css:18:39 */
+ font-stretch: expanded; /* font.css:18:39 */
+ label#label5:dir(ltr)
+ font-size: 75.590551181102356px; /* font.css:22:27 */
+ font-family: "21st Century"; /* font.css:22:27 */
+ font-style: normal; /* font.css:22:27 */
+ font-variant: normal; /* font.css:22:27 */
+ font-weight: normal; /* font.css:22:27 */
+ font-stretch: normal; /* font.css:22:27 */
<child>
<object class="GtkLabel">
<property name="visible">True</property>
+ <property name="name">label1</property>
+ <property name="label" translatable="yes">Hello World!</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkLabel">
+ <property name="visible">True</property>
+ <property name="name">label2</property>
+ <property name="label" translatable="yes">Hello World!</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkLabel">
+ <property name="visible">True</property>
+ <property name="name">label3</property>
+ <property name="label" translatable="yes">Hello World!</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkLabel">
+ <property name="visible">True</property>
+ <property name="name">label4</property>
+ <property name="label" translatable="yes">Hello World!</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkLabel">
+ <property name="visible">True</property>
+ <property name="name">label5</property>
<property name="label" translatable="yes">Hello World!</property>
</object>
</child>